home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
050
/
madtrb4.arc
/
KAVAIL.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1984-12-02
|
331b
|
8 lines
{@@@@@@@@@@@ copyright (C) 1984 by Neil J. Rubenking @@@@@@@@@@@@@@@@@@@@@@@@
The purchaser of these procedures and functions may include them in COMPILED
programs freely, but may not sell or give away the source text.}
{$I kavail.lib}
begin
WriteLn('You have ',K_available,'K of memory available at this moment.');
end.